
Header-------


https://naco.piramalswasthya.org/common-api/beneficiary/searchUserByID?apikey=undefined


Payload---------


{
  "beneficiaryRegID": 382038,
  "is1097": true
}


Response--------

{
    "data": [
        {
            "beneficiaryRegID": 382038,
            "i_bendemographics": {
                "beneficiaryRegID": 382038,
                "educationID": 9,
                "educationName": "Employee",
                "i_beneficiaryeducation": {
                    "educationID": 9,
                    "educationType": "Employee"
                },
                "occupationID": 2,
                "stateID": 30,
                "stateName": "Rajasthan",
                "m_state": {
                    "stateID": 30,
                    "stateName": "Rajasthan",
                    "stateCode": "RJ",
                    "countryID": 1
                },
                "districtID": 508,
                "districtName": "Jaipur",
                "m_district": {
                    "districtID": 508,
                    "stateID": 30,
                    "districtName": "Jaipur"
                },
                "createdBy": "1097co"
            },
            "benPhoneMaps": [
                {
                    "benPhMapID": 374955,
                    "benificiaryRegID": 382038,
                    "parentBenRegID": 382038,
                    "benRelationshipID": 1,
                    "benRelationshipType": {
                        "benRelationshipID": 1,
                        "benRelationshipType": "Self"
                    },
                    "phoneNo": "9281103581"
                }
            ],
            "isConsent": false,
            "beneficiaryID": "941512630886",
            "titleId": 3,
            "m_title": {
                "titleID": 3,
                "titleName": "Mr."
            },
            "genderID": 1,
            "genderName": "Male",
            "m_gender": {
                "genderID": 1,
                "genderName": "Male"
            },
            "maritalStatus": {},
            "dOB": "2001-04-16T00:00:00.000Z",
            "age": 25,
            "sourceOfInformation": "Breakfree India",
            "isHIVPos": "yes",
            "remarks": "Test Test",
            "changeInSelfDetails": false,
            "changeInAddress": false,
            "changeInContacts": false,
            "changeInIdentities": false,
            "changeInOtherDetails": false,
            "changeInFamilyDetails": false,
            "changeInAssociations": false,
            "is1097": false,
            "createdBy": "1097co",
            "createdDate": "2026-04-16T09:36:43.000Z",
            "lastModDate": 1776332202000,
            "changeInBankDetails": false,
            "beneficiaryIdentities": [],
            "benAccountID": 374917,
            "changeInBenImage": false,
            "occupationId": 2,
            "actualAge": 25,
            "ageUnits": "Years",
            "emergencyRegistration": false,
            "passToNurse": false,
            "dob": "2001-04-16T00:00:00.000Z",
            "educationQualificationName": "Businessmen"
        }
    ],
    "statusCode": 200,
    "errorMessage": "Success",
    "status": "Success"
}